home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 252
- Top = 124
- Width = 460
- Height = 227
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 40
- Top = 16
- Width = 209
- Height = 13
- Caption = 'Convert from miles:'
- end
- object Label2: TLabel
- Left = 40
- Top = 56
- Width = 233
- Height = 13
- Caption = 'Convert to kilometres:'
- end
- object ConvertFromEdBox: TEdit
- Left = 296
- Top = 8
- Width = 121
- Height = 24
- TabOrder = 0
- end
- object ConvertToEdBox: TEdit
- Left = 296
- Top = 48
- Width = 121
- Height = 24
- TabOrder = 1
- end
- object CalcBtn: TButton
- Left = 296
- Top = 80
- Width = 121
- Height = 33
- Caption = '&Calculate'
- TabOrder = 2
- OnClick = CalcBtnClick
- end
- end
-